Skip to content

Conversation

rail-rain
Copy link
Contributor

Implement a very basic server for collecting host system metrics (cpu, memory, disk, network).

(It doesn't implement CPU metrics because sysinfo crate doesn't expose most metrics.)

passcod and others added 27 commits February 4, 2025 14:12
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the deps group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.29` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.1.29` | `0.2.1` |
| [binstalk-downloader](https://github.com/cargo-bins/cargo-binstall) | `0.13.11` | `0.13.12` |
| [boxcar](https://github.com/ibraheemdev/boxcar) | `0.2.8` | `0.2.9` |
| [detect-targets](https://github.com/cargo-bins/cargo-binstall) | `0.1.39` | `0.1.41` |
| [fontdue](https://github.com/mooman219/fontdue) | `0.9.2` | `0.9.3` |
| [node-semver](https://github.com/felipesere/node-semver-rs) | `2.1.0` | `2.2.0` |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.12.2` | `0.13.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.16.0` | `3.17.0` |
| [upgrade](https://github.com/xuxiaocheng0201/upgrade) | `2.0.0` | `2.0.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.12.1` | `1.13.1` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.105` | `0.9.106` |
| [trycmd](https://github.com/assert-rs/snapbox) | `0.15.8` | `0.15.9` |



Updates `clap` from 4.5.28 to 4.5.29
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.28...clap_complete-v4.5.29)

Updates `jiff` from 0.1.29 to 0.2.1
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@0.1.29...0.2.1)

Updates `binstalk-downloader` from 0.13.11 to 0.13.12
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1)
- [Commits](cargo-bins/cargo-binstall@binstalk-downloader-v0.13.11...binstalk-downloader-v0.13.12)

Updates `boxcar` from 0.2.8 to 0.2.9
- [Release notes](https://github.com/ibraheemdev/boxcar/releases)
- [Commits](ibraheemdev/boxcar@v0.2.8...v0.2.9)

Updates `detect-targets` from 0.1.39 to 0.1.41
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1)
- [Commits](cargo-bins/cargo-binstall@detect-targets-v0.1.39...detect-targets-v0.1.41)

Updates `fontdue` from 0.9.2 to 0.9.3
- [Changelog](https://github.com/mooman219/fontdue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mooman219/fontdue/commits)

Updates `hickory-resolver` from 0.25.0-alpha.4 to 0.25.0-alpha.5
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases)
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md)
- [Commits](hickory-dns/hickory-dns@v0.25.0-alpha.4...v0.25.0-alpha.5)

Updates `node-semver` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/felipesere/node-semver-rs/releases)
- [Changelog](https://github.com/felipesere/node-semver-rs/blob/main/CHANGELOG.md)
- [Commits](felipesere/node-semver-rs@v2.1.0...v2.2.0)

Updates `pulldown-cmark` from 0.12.2 to 0.13.0
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.12.2...v0.13.0)

Updates `tempfile` from 3.16.0 to 3.17.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.16.0...v3.17.0)

Updates `upgrade` from 2.0.0 to 2.0.1
- [Commits](https://github.com/xuxiaocheng0201/upgrade/commits)

Updates `uuid` from 1.12.1 to 1.13.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.12.1...1.13.1)

Updates `openssl-sys` from 0.9.105 to 0.9.106
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.105...openssl-sys-v0.9.106)

Updates `trycmd` from 0.15.8 to 0.15.9
- [Commits](assert-rs/snapbox@trycmd-v0.15.8...trycmd-v0.15.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: jiff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: binstalk-downloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: boxcar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: detect-targets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: fontdue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: hickory-resolver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: node-semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pulldown-cmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: upgrade
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@passcod
Copy link
Member

passcod commented Feb 28, 2025

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants